home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / lblmkr60.arc / LBLREAD.DOC < prev    next >
Text File  |  1986-08-11  |  991b  |  24 lines

  1. RECONFIGURING THE PROGRAM FOR OTHER PRINTERS
  2.  
  3.      Many people are having trouble configuring the print program to run with
  4. their printer.  I will offer a few tips for those people who desire to try their
  5. hand at reconfiguring LBLPNT60.BAS.
  6.  
  7.      Subroutine 1500 is used to set the majority of the printers to print the
  8. title.
  9.  
  10.      Subroutine 1600 is used to reset the printers after the title is printed.
  11.  
  12.      Subroutine 2000 is used to set the majority of the printers to print the
  13. lines of file names.
  14.  
  15.      Subroutine 2100 resets the printers after the file names have been printed.
  16.  
  17.      For those with other types of printers, subroutine 4500 sets the printer
  18. and prints the necessary information.  You can modify this routine to contain
  19. any of the control codes unique to your printer that will give you the desired
  20. characteristics.
  21.  
  22.      Study of your printer manual will give you the necessary control codes to
  23. modify these subroutines to meet your needs.
  24.